home *** CD-ROM | disk | FTP | other *** search
- This sample code demonstrates parsing a text file. It creates an ascii
- file in the format:
-
- "Doe, John","555-1435","Thrillseeker"
- "Doe, Jane","555-7899","couch potato"
-
- then reads that file, parses it, and assigns that data to a
- text box in the format:
-
- Doe, John
- 555-1435
- Thrillseeker
-
- Doe, Jane
- 555-7899
- Couch potato
-
- The tricky(?) part is the comma separating the first and last names, which
- needs to be skipped over.
-
- Any questions can be sent to VDG Mike on America Online. Hope you find
- this useful.
-
- Mike Davis
-
- Visual Developers Group
- vdgmike@aol.com
-
-